home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGBACKGROUNDPROPERTIES / TDLGBACKGROUNDPROPERTIES.txt
Text File  |  2004-12-09  |  7KB  |  242 lines

  1. object dlgBackgroundProperties: TdlgBackgroundProperties
  2.   Left = 451
  3.   Top = 281
  4.   BorderStyle = bsDialog
  5.   Caption = 'Background'
  6.   ClientHeight = 333
  7.   ClientWidth = 427
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   ShowHint = True
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 411
  19.     Height = 279
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 20
  24.     Top = 20
  25.     Width = 197
  26.     Height = 13
  27.     Caption = 'Specify the background of your title page:'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 56
  31.     Top = 135
  32.     Width = 26
  33.     Height = 13
  34.     Caption = 'Style:'
  35.   end
  36.   object lblbgcolor1: TLabel
  37.     Left = 56
  38.     Top = 163
  39.     Width = 36
  40.     Height = 13
  41.     Caption = 'Color 1:'
  42.   end
  43.   object lblbgcolor2: TLabel
  44.     Left = 56
  45.     Top = 192
  46.     Width = 36
  47.     Height = 13
  48.     Caption = 'Color 2:'
  49.   end
  50.   object Label3: TLabel
  51.     Left = 56
  52.     Top = 252
  53.     Width = 51
  54.     Height = 13
  55.     Caption = 'Image File:'
  56.   end
  57.   object Label4: TLabel
  58.     Left = 56
  59.     Top = 73
  60.     Width = 27
  61.     Height = 13
  62.     Caption = 'Color:'
  63.   end
  64.   object rbtnColor: TRadioButton
  65.     Left = 32
  66.     Top = 44
  67.     Width = 233
  68.     Height = 17
  69.     Hint = 'Select this option to use a solid color background'
  70.     Caption = 'Single Color Background'
  71.     TabOrder = 0
  72.     OnClick = rbtnTextureClick
  73.   end
  74.   object rbtnTexture: TRadioButton
  75.     Left = 32
  76.     Top = 224
  77.     Width = 217
  78.     Height = 17
  79.     Hint = 'Select this file to use a texture as a background'
  80.     Caption = 'Textured Background'
  81.     TabOrder = 6
  82.     OnClick = rbtnTextureClick
  83.   end
  84.   object edtTextureFilename: TEdit
  85.     Left = 112
  86.     Top = 248
  87.     Width = 209
  88.     Height = 21
  89.     Hint = 'The texture file to use for the page background'
  90.     TabStop = False
  91.     ReadOnly = True
  92.     TabOrder = 1
  93.     OnExit = edtTextureFilenameExit
  94.   end
  95.   object colorBackground: TColorComboBox
  96.     Left = 112
  97.     Top = 68
  98.     Width = 209
  99.     Height = 22
  100.     Hint = 'Select a background color'
  101.     HTMLcolor = '#000000'
  102.     ColorValue = clBlack
  103.     TabOrder = 7
  104.     OnChange = colorBackgroundChange
  105.   end
  106.   object btnBrowseTemp: TsitBitBtn
  107.     Left = 328
  108.     Top = 246
  109.     Width = 76
  110.     Height = 25
  111.     Hint = 'Browse for a texture file to use'
  112.     Caption = 'Browse...'
  113.     TabOrder = 8
  114.     OnClick = btnBrowseTempClick
  115.     Images = frmMain.ImageList1
  116.     ImageIndex = 8
  117.   end
  118.   object XILBitBtn1: TsitBitBtn
  119.     Left = 263
  120.     Top = 296
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 9
  127.     OnClick = XILBitBtn1Click
  128.     Images = frmMain.ImageList1
  129.     ImageIndex = 0
  130.   end
  131.   object XILBitBtn2: TsitBitBtn
  132.     Left = 343
  133.     Top = 296
  134.     Width = 75
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = 'Cancel'
  138.     ModalResult = 2
  139.     TabOrder = 10
  140.     OnClick = XILBitBtn2Click
  141.     Images = frmMain.ImageList1
  142.     ImageIndex = 1
  143.   end
  144.   object cmbBGStyle: TComboBox
  145.     Left = 112
  146.     Top = 131
  147.     Width = 209
  148.     Height = 21
  149.     Hint = 'Select the gradient style'
  150.     Style = csDropDownList
  151.     ItemHeight = 13
  152.     TabOrder = 3
  153.     OnChange = cmbBGStyleChange
  154.     Items.Strings = (
  155.       'Vertical Gradient'
  156.       'Horizontal Gradient'
  157.       'Box Gradient'
  158.       'Top and Bottom Gradient'
  159.       'Left and Right Gradient'
  160.       'Top Left Gradient'
  161.       'Top Right Gradient'
  162.       'Bottom Left Gradient'
  163.       'Bottom Right Gradient'
  164.       'Elliptical Gradient')
  165.   end
  166.   object cmbbgcolor1: TColorComboBox
  167.     Left = 112
  168.     Top = 158
  169.     Width = 209
  170.     Height = 22
  171.     Hint = 'Select the first color to use for your page background'
  172.     TabStop = False
  173.     HTMLcolor = '#000000'
  174.     ColorValue = clBlack
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     TabOrder = 4
  178.     OnChange = cmbBGStyleChange
  179.   end
  180.   object cmbbgcolor2: TColorComboBox
  181.     Left = 112
  182.     Top = 187
  183.     Width = 209
  184.     Height = 22
  185.     Hint = 'Select a secondary color to use for your page background'
  186.     TabStop = False
  187.     HTMLcolor = '#000000'
  188.     ColorValue = clBlack
  189.     ParentShowHint = False
  190.     ShowHint = True
  191.     TabOrder = 5
  192.     OnChange = cmbBGStyleChange
  193.   end
  194.   object rdbGradient: TRadioButton
  195.     Left = 32
  196.     Top = 108
  197.     Width = 233
  198.     Height = 17
  199.     Hint = 'Select this option to use a two color gradient background'
  200.     Caption = 'Gradient Fill Background'
  201.     TabOrder = 2
  202.     OnClick = rbtnTextureClick
  203.   end
  204.   object OpenPictureDialog1: TOpenImageEnDialog
  205.     Filter = 
  206.       'All graphics|*.tif;*.tiff;*.fax;*.g3n;*.g3f;*.xif;*.gif;*.jpg;*.' +
  207.       'jpeg;*.jpe;*.pcx;*.bmp;*.dib;*.rle;*.ico;*.cur;*.png;*.wmf;*.emf' +
  208.       ';*.tga;*.targa;*.vda;*.icb;*.vst;*.pix;*.pxm;*.ppm;*.pgm;*.pbm;*' +
  209.       '.jp2;*.j2k;*.jpc;*.fax;*.bw;*.rgb;*.rgba;*.sgi;*.cel;*.pic;*.pcd' +
  210.       ';*.rla;*.rpf;*.cut;*.pal;*.psd;*.pdd;*.psp;*.fax;*.bw;*.rgb;*.rg' +
  211.       'ba;*.sgi;*.cel;*.pic;*.pcd;*.rla;*.rpf;*.cut;*.pal;*.psd;*.pdd;*' +
  212.       '.psp;*.fax;*.bw;*.rgb;*.rgba;*.sgi;*.cel;*.pic;*.pcd;*.rla;*.rpf' +
  213.       ';*.cut;*.pal;*.psd;*.pdd;*.psp;*.avi|TIFF Bitmap (TIF;TIFF;FAX;G' +
  214.       '3N;G3F;XIF)|*.tif;*.tiff;*.fax;*.g3n;*.g3f;*.xif|CompuServe Bitm' +
  215.       'ap (GIF)|*.gif|JPEG Bitmap (JPG;JPEG;JPE)|*.jpg;*.jpeg;*.jpe|Pai' +
  216.       'ntBrush (PCX)|*.pcx|Windows Bitmap (BMP;DIB;RLE)|*.bmp;*.dib;*.r' +
  217.       'le|Windows Icon (ICO)|*.ico|Windows Cursor (CUR)|*.cur|Portable ' +
  218.       'Network Graphics (PNG)|*.png|Windows Metafile (WMF)|*.wmf|Enhanc' +
  219.       'ed Windows Metafile (EMF)|*.emf|Targa Bitmap (TGA;TARGA;VDA;ICB;' +
  220.       'VST;PIX)|*.tga;*.targa;*.vda;*.icb;*.vst;*.pix|Portable Pixmap, ' +
  221.       'GreyMap, BitMap (PXM;PPM;PGM;PBM)|*.pxm;*.ppm;*.pgm;*.pbm|JPEG20' +
  222.       '00 (JP2)|*.jp2|JPEG2000 Code Stream (J2K;JPC)|*.j2k;*.jpc|GFI Fa' +
  223.       'x Image (FAX)|*.fax|SGI Image (BW;RGB;RGBA;SGI)|*.bw;*.rgb;*.rgb' +
  224.       'a;*.sgi|Autodesk Image (CEL;PIC)|*.cel;*.pic|Kodak Photo-CD Imag' +
  225.       'e (PCD)|*.pcd|SGI Wavefront Image (RLA;RPF)|*.rla;*.rpf|Dr. Halo' +
  226.       ' Image (CUT;PAL)|*.cut;*.pal|Photoshop Image (PSD;PDD)|*.psd;*.p' +
  227.       'dd|Paintshop Pro Image (PSP)|*.psp|GFI Fax Image (FAX)|*.fax|SGI' +
  228.       ' Image (BW;RGB;RGBA;SGI)|*.bw;*.rgb;*.rgba;*.sgi|Autodesk Image ' +
  229.       '(CEL;PIC)|*.cel;*.pic|Kodak Photo-CD Image (PCD)|*.pcd|SGI Wavef' +
  230.       'ront Image (RLA;RPF)|*.rla;*.rpf|Dr. Halo Image (CUT;PAL)|*.cut;' +
  231.       '*.pal|Photoshop Image (PSD;PDD)|*.psd;*.pdd|Paintshop Pro Image ' +
  232.       '(PSP)|*.psp|GFI Fax Image (FAX)|*.fax|SGI Image (BW;RGB;RGBA;SGI' +
  233.       ')|*.bw;*.rgb;*.rgba;*.sgi|Autodesk Image (CEL;PIC)|*.cel;*.pic|K' +
  234.       'odak Photo-CD Image (PCD)|*.pcd|SGI Wavefront Image (RLA;RPF)|*.' +
  235.       'rla;*.rpf|Dr. Halo Image (CUT;PAL)|*.cut;*.pal|Photoshop Image (' +
  236.       'PSD;PDD)|*.psd;*.pdd|Paintshop Pro Image (PSP)|*.psp|Video for W' +
  237.       'indows (AVI)|*.avi'
  238.     Left = 360
  239.     Top = 16
  240.   end
  241. end
  242.